SelectPrinter (driverName CHAR (*), printerName CHAR (*), portName CHAR (*), mode FOREIGN) RETURNING BOOLEAN
Specifies the name of the printer driver for the printer being selected. | |
Specifies the name of the printer being selected (as indicated in the Printers Control Panel). | |
Specifies the name of the port the printer is attached to. For example: "LPT1:". | |
A pointer to a DEVMODE class. The default implementation of CRPEJob::SelectPrinter ignores this parameter. For more information, see DEVMODE. |
This method specifies the printer and/or print characteristics for the print job. You can use this method to enable the user to select a printer other than the default printer at print time. One way of doing this is to have your application call the Windows common Print Setup dialog box.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |